Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / ObservableSortedDictionary<TKey,TValue> Class / ObservableSortedDictionary<TKey,TValue> Constructor / ObservableSortedDictionary<TKey,TValue> Constructor()

In This Topic
    ObservableSortedDictionary<TKey,TValue> Constructor()
    In This Topic
    Initializes a new instance of the ObservableSortedDictionary<TKey,TValue> class.
    Syntax
    'Declaration
     
    Public Function New()
    public ObservableSortedDictionary<TKey,TValue>()
    See Also